ci(goreleaser): only generate signature for checksums.txt#1366
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1366 +/- ##
==========================================
+ Coverage 72.60% 72.64% +0.03%
==========================================
Files 300 300
Lines 11032 11051 +19
==========================================
+ Hits 8010 8028 +18
+ Misses 2130 2129 -1
- Partials 892 894 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Do we want that? Can you explain the context of this PR? Is the current setup causing problems? |
Previously we only generated the signature for Due to a configuration error, in v1.62.0 each artifact was signed individually as well: |
<!-- section-start changelog --> ### Bug Fixes - **server-type**: do not print locations that are unavailable (after deprecation) (#1369) - long version info not displayed correctly in release builds (#1374) - only generate signature for `checksums.txt` release asset (#1366) <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ~~~~rp-prefix ~~~~ ### Suffix / End This will be added to the end of the release notes. ~~~~rp-suffix ~~~~ </details> Co-authored-by: Hetzner Cloud Bot <>
If we only want to generate a
.sigrelease artifact forchecksums.txt, we need to setartifact: checksum.See https://goreleaser.com/customization/sign/